PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFPageNumberDestination Class


In This Topic
    PDFPageNumberDestination Class Methods
    In This Topic

    For a list of all members of this type, see PDFPageNumberDestination members.

    Public Methods
     NameDescription
    Public MethodGets the bottom coordinate.
    The bottom coordinate is used by zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the COS destination. (Inherited from com.o2sol.pdf4java.destinations.PDFDestination)
    Public MethodGets the left coordinate.
    These zoom modes use the left coordinate: , , (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the page number.
    First page in the document is 0.  
    Public MethodGets the right coordinate.
    The right coordinate is used by zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the top coordinate.
    These zoom modes use the top coordinate: , , (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the destination type. (Inherited from com.o2sol.pdf4java.destinations.PDFDestination)
    Public MethodGets the zoom.
    A 0 zoom means the current zoom value does not change. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the bottom coordinate.
    The bottom coordinate is used by zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the left coordinate.
    These zoom modes use the left coordinate: , , (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the page number.
    First page in the document is 0.  
    Public MethodSets the right coordinate.
    The right coordinate is used by zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the top coordinate.
    These zoom modes use the top coordinate: , , (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the zoom.
    A 0 zoom means the current zoom value does not change. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Top
    See Also